home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / MICHELLE.DIR / 00229_Script_229 < prev    next >
Text File  |  1996-04-09  |  405b  |  15 lines

  1. on exitFrame
  2.   global WHichGirlFIle,ZoomStatus,WhichCallAngela
  3.   put 0 into WhichCallAngela
  4.   
  5.   put 0 into ZoomStatus
  6.   put "Michelle" into WhichGirlFile
  7.   preload "Michelle4"
  8.   put the pathname into temp
  9.   if the machinetype <> 256 then
  10.     put Temp & "MOVIES:MICH.MOV" into Fname
  11.   else
  12.     put Temp & "MOVIES\MICH.MOV" into Fname
  13.   end if
  14.   set the filename of cast "QT.MOV" to FName
  15. end